// This file is generated automatically by `useTemplate.ts`. DO NOT EDIT IT. import { createElement, forwardRef } from 'react'; import { IconBase } from '../icon'; var element = { "tag": "svg", "attrs": { "fill": "none", "viewBox": "0 0 16 16", "width": "1em", "height": "1em" }, "children": [{ "tag": "path", "attrs": { "stroke": "currentColor", "d": "M10.301 13.9143C11.0123 13.9143 11.6701 13.5364 12.0285 12.922L14.3118 9.0077C14.675 8.38498 14.675 7.61497 14.3118 6.99226L12.0285 3.07797C11.6701 2.46353 11.0123 2.08569 10.301 2.08569H5.69841C4.98708 2.08569 4.32928 2.46351 3.97086 3.07794L1.68748 6.99222C1.32421 7.61496 1.32421 8.385 1.68748 9.00774L3.97086 12.922C4.32928 13.5364 4.98708 13.9143 5.69841 13.9143H10.301Z", "strokeLinejoin": "round", "strokeWidth": 1.33 } }, { "tag": "path", "attrs": { "stroke": "currentColor", "d": "M8 10C9.10456 10 10 9.10456 10 8C10 6.89544 9.10456 6 8 6C6.89544 6 6 6.89544 6 8C6 9.10456 6.89544 10 8 10Z", "strokeLinejoin": "round", "strokeWidth": 1.33 } }] }; export var PermissionSettingSingle = forwardRef(function (props, ref) { return createElement(IconBase, Object.assign({}, props, { id: 'permission-setting-single', ref: ref, icon: element, })); }); PermissionSettingSingle.displayName = 'PermissionSettingSingle'; export default PermissionSettingSingle; //# sourceMappingURL=permission-setting-single.js.map