UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.02 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PinOnSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.PinOnSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ xmlns: "http://www.w3.org/2000/svg", width: "16", height: "16", fill: "none", viewBox: "0 0 16 16" }, props, { ref: ref }), react_1.default.createElement("path", { fill: "currentColor", fillRule: "evenodd", d: "M8.19 1.47a.75.75 0 0 1 1.06 0l5.28 5.28a.75.75 0 1 1-1.06 1.06l-.19-.19-3.33 3.33V14a.75.75 0 0 1-1.28.53l-7.2-7.2A.75.75 0 0 1 2 6.05h3.05l3.33-3.33-.19-.19a.75.75 0 0 1 0-1.06m1.25 2.31L5.89 7.33a.75.75 0 0 1-.53.22H3.81l4.64 4.64v-1.55a.75.75 0 0 1 .22-.53l3.55-3.55zM3.326 10.5a.75.75 0 0 1 .644.21l1.44 1.44a.75.75 0 0 1-.218 1.213l-2.88 1.32a.75.75 0 0 1-.977-1.029l1.44-2.76a.75.75 0 0 1 .551-.394", clipRule: "evenodd" }))); }); exports.PinOnSIcon.displayName = 'PinOnSIcon';