@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.13 kB
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const jsx_runtime_1 = require("react/jsx-runtime");
const react_1 = __importDefault(require("react"));
const ui_react_1 = require("@onesy/ui-react");
const IconMaterialEditAttributesW100 = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'EditAttributesW100', short_name: 'EditAttributes', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M280-332q-62 0-105-43t-43-105q0-62 43-105t105-43h400q62 0 105 43t43 105q0 62-43 105t-105 43H280Zm0-28h400q50 0 85-35t35-85q0-50-35-85t-85-35H280q-50 0-85 35t-35 85q0 50 35 85t85 35Zm63-73 87-87q4-4 4.5-9.5T430-540q-5-5-10-5t-10 5l-88 88-28-28q-4-4-9.5-4.5T274-480q-5 5-5 10t5 10l27 27q9 9 21 9t21-9Zm137-47Z" }) })));
});
IconMaterialEditAttributesW100.displayName = 'OnesyIconMaterialEditAttributesW100';
exports.default = IconMaterialEditAttributesW100;