UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.25 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BackwardSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BackwardSIcon = (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", { d: "M14.25 8.94726C14.2499 7.1377 12.748 5.64453 10.8633 5.64453H2.83691L4.47949 7.2539C4.77525 7.54379 4.78008 8.01861 4.49023 8.31445C4.20035 8.61025 3.72554 8.61504 3.42969 8.32519L0.475586 5.43066C0.331604 5.28959 0.25 5.0961 0.25 4.89453C0.250055 4.69303 0.331653 4.50039 0.475586 4.35937L3.42969 1.46386C3.72557 1.17419 4.20042 1.17978 4.49023 1.47558C4.7799 1.77147 4.77529 2.24632 4.47949 2.53613L2.83789 4.14453H10.8633C13.5474 4.14453 15.7499 6.2805 15.75 8.94726C15.75 11.6141 13.5474 13.75 10.8633 13.75H5.29492C4.88071 13.75 4.54492 13.4142 4.54492 13C4.54492 12.5858 4.88071 12.25 5.29492 12.25H10.8633C12.7481 12.25 14.25 10.7569 14.25 8.94726Z", fill: "currentColor" }))); }); exports.BackwardSIcon.displayName = 'BackwardSIcon';