@onesy/icons-material-rounded-react
Version:
Icons material rounded for React
14 lines (13 loc) • 1.33 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 IconMaterialAnchorFilled = react_1.default.forwardRef((props, ref) => {
return ((0, jsx_runtime_1.jsx)(ui_react_1.Icon, Object.assign({ ref: ref, name: 'AnchorFilled', short_name: 'Anchor', viewBox: '0 -960 960 960' }, props, { children: (0, jsx_runtime_1.jsx)("path", { d: "M480-80q-61 0-125-22t-116-60q-52-38-85.5-89T120-360v-80q0-12 11-18t21 2l91 68q14 11 15.5 29.5T247-327l-29 29q29 51 92 88t130 47v-357h-80q-17 0-28.5-11.5T320-560q0-17 11.5-28.5T360-600h80v-47q-35-13-57.5-43.5T360-760q0-50 35-85t85-35q50 0 85 35t35 85q0 39-22.5 69.5T520-647v47h80q17 0 28.5 11.5T640-560q0 17-11.5 28.5T600-520h-80v357q67-10 130-47t92-88l-29-29q-13-13-11.5-31.5T717-388l91-68q10-8 21-2t11 18v80q0 58-33.5 109T721-162q-52 38-116 60T480-80Zm0-640q17 0 28.5-11.5T520-760q0-17-11.5-28.5T480-800q-17 0-28.5 11.5T440-760q0 17 11.5 28.5T480-720Z" }) })));
});
IconMaterialAnchorFilled.displayName = 'OnesyIconMaterialAnchorFilled';
exports.default = IconMaterialAnchorFilled;
;