UNPKG

@ozen-ui/icons

Version:

A collection of icons

9 lines (8 loc) 1.72 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrTwitterSIcon = void 0; var tslib_1 = require("tslib"); var react_1 = tslib_1.__importStar(require("react")); exports.BrTwitterSIcon = (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: "M8.00016 14.6667C11.6668 14.6667 14.6668 11.6667 14.6668 8.00004C14.6668 4.33337 11.6668 1.33337 8.00016 1.33337C4.3335 1.33337 1.3335 4.33337 1.3335 8.00004C1.3335 11.6667 4.3335 14.6667 8.00016 14.6667ZM10.9585 6.83337C10.9585 8.62504 9.5835 10.7084 7.0835 10.7084C6.29183 10.7084 5.5835 10.5 4.91683 10.0834H5.25016C5.91683 10.0834 6.50016 9.87504 6.9585 9.50004C6.3335 9.50004 5.8335 9.08337 5.66683 8.54171C5.75016 8.58337 5.8335 8.58337 5.91683 8.58337C6.04183 8.58337 6.16683 8.58337 6.29183 8.54171C5.66683 8.41671 5.2085 7.87504 5.2085 7.20837C5.41683 7.29171 5.62516 7.37504 5.8335 7.37504C5.4585 7.12504 5.2085 6.70837 5.2085 6.25004C5.2085 6.00004 5.25016 5.79171 5.37516 5.58337C6.0835 6.41671 7.0835 6.95837 8.2085 7.00004C8.16683 6.91671 8.16683 6.83337 8.16683 6.70837C8.16683 5.95837 8.79183 5.33337 9.54183 5.33337C9.91683 5.33337 10.2918 5.50004 10.5418 5.75004C10.8752 5.66671 11.1668 5.58337 11.4168 5.41671C11.3335 5.75004 11.1252 6.00004 10.8335 6.16671C11.1252 6.12504 11.3752 6.08337 11.6252 5.95837C11.4585 6.25004 11.2085 6.45837 10.9585 6.66671V6.83337Z", fill: "currentColor" }))); }); exports.BrTwitterSIcon.displayName = 'BrTwitterSIcon';