UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ArrowUpSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.ArrowUpSIcon = (0, react_1.forwardRef)(function (props, ref) { return (react_1.default.createElement("svg", tslib_1.__assign({ width: "16", height: "16", viewBox: "0 0 16 16", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { ref: ref }), react_1.default.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M7.46973 1.46967C7.76262 1.17678 8.2375 1.17678 8.53039 1.46967L12.5304 5.46967C12.8233 5.76256 12.8233 6.23744 12.5304 6.53033C12.2375 6.82322 11.7626 6.82322 11.4697 6.53033L8.75006 3.81066L8.75006 14C8.75006 14.4142 8.41427 14.75 8.00006 14.75C7.58585 14.75 7.25006 14.4142 7.25006 14L7.25006 3.81066L4.53039 6.53033C4.2375 6.82322 3.76262 6.82322 3.46973 6.53033C3.17684 6.23744 3.17684 5.76256 3.46973 5.46967L7.46973 1.46967Z", fill: "currentColor" }))); }); exports.ArrowUpSIcon.displayName = 'ArrowUpSIcon';