@jstnmthw/react-fluentui-emoji
Version:
Fluent Emoji SVG icons for UI react development.
285 lines (284 loc) • 8.61 kB
JSX
const React = require("react");
const PauseButtonIcon = ({ title, titleId, ...props }) => (
<svg
width="1em"
height="1em"
viewBox="0 0 32 32"
fill="none"
xmlns="http://www.w3.org/2000/svg"
aria-labelledby={titleId}
{...props}
>
{title ? <title id={titleId}>{title}</title> : null}
<g filter="url(#filter0_ii_18590_1517)">
<rect
x={2.50034}
y={2.3125}
width={27.875}
height={27.875}
rx={3.6}
fill="url(#paint0_linear_18590_1517)"
/>
<rect
x={2.50034}
y={2.3125}
width={27.875}
height={27.875}
rx={3.6}
fill="url(#paint1_radial_18590_1517)"
/>
</g>
<g filter="url(#filter1_f_18590_1517)">
<path
d="M28.6878 4.8125V27.6875"
stroke="url(#paint2_linear_18590_1517)"
strokeWidth={1.5}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter2_f_18590_1517)">
<path
d="M5.9642 4.125H27.7455"
stroke="url(#paint3_linear_18590_1517)"
strokeWidth={1.5}
strokeLinecap="round"
/>
</g>
<g filter="url(#filter3_f_18590_1517)">
<path
d="M12.4343 9.25C11.882 9.25 11.4343 9.69772 11.4343 10.25V22.25C11.4343 22.8023 11.882 23.25 12.4343 23.25H14.4343C14.9866 23.25 15.4343 22.8023 15.4343 22.25V10.25C15.4343 9.69772 14.9866 9.25 14.4343 9.25H12.4343Z"
fill="#579FFF"
/>
<path
d="M18.4343 9.25C17.882 9.25 17.4343 9.69772 17.4343 10.25V22.25C17.4343 22.8023 17.882 23.25 18.4343 23.25H20.4343C20.9866 23.25 21.4343 22.8023 21.4343 22.25V10.25C21.4343 9.69772 20.9866 9.25 20.4343 9.25H18.4343Z"
fill="#579FFF"
/>
</g>
<g filter="url(#filter4_ii_18590_1517)">
<path
d="M12.4343 9.25C11.882 9.25 11.4343 9.69772 11.4343 10.25V22.25C11.4343 22.8023 11.882 23.25 12.4343 23.25H14.4343C14.9866 23.25 15.4343 22.8023 15.4343 22.25V10.25C15.4343 9.69772 14.9866 9.25 14.4343 9.25H12.4343Z"
fill="#FCF2FF"
/>
<path
d="M18.4343 9.25C17.882 9.25 17.4343 9.69772 17.4343 10.25V22.25C17.4343 22.8023 17.882 23.25 18.4343 23.25H20.4343C20.9866 23.25 21.4343 22.8023 21.4343 22.25V10.25C21.4343 9.69772 20.9866 9.25 20.4343 9.25H18.4343Z"
fill="#FCF2FF"
/>
</g>
<defs>
<filter
id="filter0_ii_18590_1517"
x={2.50034}
y={1.3125}
width={28.875}
height={28.875}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={1} dy={-1} />
<feGaussianBlur stdDeviation={1.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.188235 0 0 0 0 0.470588 0 0 0 0 0.843137 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18590_1517"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dy={-1} />
<feGaussianBlur stdDeviation={1.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.27451 0 0 0 0 0.34902 0 0 0 0 0.8 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_18590_1517"
result="effect2_innerShadow_18590_1517"
/>
</filter>
<filter
id="filter1_f_18590_1517"
x={25.9378}
y={2.0625}
width={5.5}
height={28.375}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={1}
result="effect1_foregroundBlur_18590_1517"
/>
</filter>
<filter
id="filter2_f_18590_1517"
x={3.2142}
y={1.375}
width={27.2812}
height={5.5}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={1}
result="effect1_foregroundBlur_18590_1517"
/>
</filter>
<filter
id="filter3_f_18590_1517"
x={10.4343}
y={8.25}
width={12}
height={16}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feGaussianBlur
stdDeviation={0.5}
result="effect1_foregroundBlur_18590_1517"
/>
</filter>
<filter
id="filter4_ii_18590_1517"
x={10.4343}
y={8.85}
width={11.4}
height={15.4}
filterUnits="userSpaceOnUse"
colorInterpolationFilters="sRGB"
>
<feFlood floodOpacity={0} result="BackgroundImageFix" />
<feBlend
mode="normal"
in="SourceGraphic"
in2="BackgroundImageFix"
result="shape"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={-1} dy={1} />
<feGaussianBlur stdDeviation={1} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 0.866667 0 0 0 0 0.819608 0 0 0 0 0.941176 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="shape"
result="effect1_innerShadow_18590_1517"
/>
<feColorMatrix
in="SourceAlpha"
type="matrix"
values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
result="hardAlpha"
/>
<feOffset dx={0.4} dy={-0.4} />
<feGaussianBlur stdDeviation={0.5} />
<feComposite in2="hardAlpha" operator="arithmetic" k2={-1} k3={1} />
<feColorMatrix
type="matrix"
values="0 0 0 0 1 0 0 0 0 0.988235 0 0 0 0 1 0 0 0 1 0"
/>
<feBlend
mode="normal"
in2="effect1_innerShadow_18590_1517"
result="effect2_innerShadow_18590_1517"
/>
</filter>
<linearGradient
id="paint0_linear_18590_1517"
x1={16.4378}
y1={5.88701}
x2={16.4378}
y2={39.1397}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#5CB7FF" />
<stop offset={1} stopColor="#4878DD" />
</linearGradient>
<radialGradient
id="paint1_radial_18590_1517"
cx={0}
cy={0}
r={1}
gradientUnits="userSpaceOnUse"
gradientTransform="translate(28.1566 4.40625) rotate(136.771) scale(2.14444 2.50466)"
>
<stop stopColor="#7BD7FF" />
<stop offset={1} stopColor="#7BD7FF" stopOpacity={0} />
</radialGradient>
<linearGradient
id="paint2_linear_18590_1517"
x1={29.1878}
y1={4.8125}
x2={29.1878}
y2={27.6875}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#7FD9FF" />
<stop offset={1} stopColor="#639DF4" />
</linearGradient>
<linearGradient
id="paint3_linear_18590_1517"
x1={28.9017}
y1={4.37502}
x2={3.37045}
y2={4.37502}
gradientUnits="userSpaceOnUse"
>
<stop stopColor="#7DD8FF" />
<stop offset={1} stopColor="#5DB6FF" />
</linearGradient>
</defs>
</svg>
);
module.exports = PauseButtonIcon;